home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / uuencode.z / uuencode
Text File  |  1998-10-20  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111CCCC))))                                                      UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((1111CCCC))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      uuencode, uudecode - encode/decode a binary file for transmission via
  10.      mail
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      uuuuuuuueeeennnnccccooooddddeeee [ file ] name
  14.      uuuuuuuuddddeeeeccccooooddddeeee [ file ...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      _U_u_e_n_c_o_d_e and _u_u_d_e_c_o_d_e are used to transmit binary files over transmission
  18.      mediums that do not support other than simple ASCII data.
  19.  
  20.      _U_u_e_n_c_o_d_e reads the named source file, _f_i_l_e, (or by default, the standard
  21.      input) and writes an encoded version to the standard output.  Normally it
  22.      will be used as part of a pipeline, or with the output redirected to a
  23.      file, similar to this:
  24.  
  25.                uuencode binarydatafile decoded_name | mail someuser
  26.  
  27.      In this case, when the file is decoded with _u_u_d_e_c_o_d_e after it is
  28.      received, it will be called ddddeeeeccccooooddddeeeedddd____nnnnaaaammmmeeee.
  29.  
  30.      The encoding uses only printing ASCII characters, and includes the mode
  31.      of the file and the operand _n_a_m_e for use by _u_u_d_e_c_o_d_e.
  32.  
  33.      _U_u_d_e_c_o_d_e transforms _u_u_e_n_c_o_d_e_d files (or by default, the standard input),
  34.      into the original form.  The resulting file is named _n_a_m_e and will have
  35.      the mode of the original file except that setuid and execute bits are not
  36.      retained.  _U_u_d_e_c_o_d_e ignores any leading and trailing lines.
  37.  
  38.      The encoded file is ordinary text and can be edited by any text editor to
  39.      change the mode or the name.
  40.  
  41. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.      uucp(1C), uux(1C), mail(1), uuencode(4)
  43.  
  44. BBBBUUUUGGGGSSSS
  45.      The encoded form of the file is expanded by 35% (3 bytes become 4 plus
  46.      control information).
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.